home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 25
/
Cream of the Crop 25.iso
/
editor
/
wabd101.zip
/
WABD101.ZIP
/
PoolDemo
/
TableEdit.dfm
/
TableEdit.txt
Wrap
Text File
|
1997-02-23
|
4KB
|
193 lines
object TableEditForm: TTableEditForm
Left = 200
Top = 112
Width = 630
Height = 519
Caption = 'Pool Administration'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object HTMLHeader1: THTMLHeader
Left = 0
Top = 0
Width = 622
Height = 56
HeaderNum = 2
Align = alTop
Caption = 'Administration - Edit Table Data'
end
object ButtonSection: THTMLFormSection
Left = 0
Top = 84
Width = 622
Height = 133
Align = alTop
GridX = 16
GridY = 16
object Label3: TLabel
Left = 216
Top = 16
Width = 33
Height = 13
Caption = 'Status:'
end
object StatLabel: TLabel
Left = 216
Top = 32
Width = 53
Height = 13
Caption = '(No Status)'
end
object AddBut: TButton
Left = 112
Top = 56
Width = 73
Height = 25
Caption = 'Add'
TabOrder = 0
OnClick = AddButClick
end
object ReturnBut: TButton
Left = 24
Top = 16
Width = 169
Height = 25
Caption = 'Return to Admin Main Screen'
TabOrder = 1
OnClick = ReturnButClick
end
object DelAllBut: TButton
Left = 376
Top = 56
Width = 73
Height = 25
Caption = 'Delete All'
TabOrder = 2
OnClick = DelAllButClick
end
object ImportBut: TButton
Left = 464
Top = 56
Width = 73
Height = 25
Caption = 'Import'
TabOrder = 3
end
object FirstBut: TButton
Left = 376
Top = 96
Width = 73
Height = 25
Caption = 'First'
TabOrder = 4
OnClick = FirstButClick
end
object Back10But: TButton
Left = 288
Top = 96
Width = 73
Height = 25
Caption = 'Back 10'
TabOrder = 5
OnClick = Back10ButClick
end
object For10But: TButton
Left = 200
Top = 96
Width = 73
Height = 25
Caption = 'Forward 10'
TabOrder = 6
OnClick = For10ButClick
end
object LastBut: TButton
Left = 464
Top = 96
Width = 73
Height = 25
Caption = 'Last'
TabOrder = 7
OnClick = LastButClick
end
object BackBut: TButton
Left = 112
Top = 96
Width = 73
Height = 25
Caption = 'Back'
TabOrder = 8
OnClick = BackButClick
end
object ForwardBut: TButton
Left = 24
Top = 96
Width = 73
Height = 25
Caption = 'Forward'
TabOrder = 9
OnClick = ForwardButClick
end
object EditBut: TButton
Left = 200
Top = 56
Width = 73
Height = 25
Caption = 'Edit'
TabOrder = 10
OnClick = EditButClick
end
object DelBut: TButton
Left = 288
Top = 56
Width = 73
Height = 25
Caption = 'Delete'
TabOrder = 11
OnClick = DelButClick
end
object ClearBut: TButton
Left = 24
Top = 56
Width = 73
Height = 25
Caption = 'Clear'
TabOrder = 12
OnClick = ClearButClick
end
end
object HTMLTable1: THTMLTable
Left = 0
Top = 257
Width = 622
Height = 192
Align = alTop
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
TabOrder = 2
CellBorder = 1
end
object HTMLHeader2: THTMLHeader
Left = 0
Top = 56
Width = 622
Height = 28
HeaderNum = 4
Align = alTop
Caption = 'Current Table = '
end
object EditSection: THTMLFormSection
Left = 0
Top = 217
Width = 622
Height = 40
Align = alTop
GridX = 16
GridY = 16
end
end